Rename make distclean -> clean-all
authorCarl Lerche <me@carllerche.com>
Tue, 24 Jun 2014 22:50:15 +0000 (15:50 -0700)
committerCarl Lerche <me@carllerche.com>
Tue, 24 Jun 2014 22:50:15 +0000 (15:50 -0700)
Makefile

index ede17f22bc8396a59f31df1cd1c498410f73c72f..4bba33d924284068cfcce9a54cb9b1d98330349a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ test: test-unit test-integration
 clean:
        rm -rf target
 
-distclean: clean
+clean-all: clean
        cd libs/hamcrest-rust && make clean
        cd libs/hammer.rs && make clean
        cd libs/toml-rs && make clean